-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update all non-major dependencies #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
e2bb91d
to
a0fc002
Compare
a0fc002
to
3598a20
Compare
3598a20
to
a210276
Compare
a210276
to
c30d5db
Compare
c30d5db
to
eb75e68
Compare
eb75e68
to
ececd55
Compare
ececd55
to
c76f17a
Compare
c76f17a
to
bded747
Compare
bded747
to
b34693c
Compare
b34693c
to
e7a893f
Compare
e7a893f
to
61d7ec2
Compare
61d7ec2
to
f4761b2
Compare
f4761b2
to
b393a33
Compare
b393a33
to
3b736de
Compare
28782ab
to
e36c279
Compare
e36c279
to
32ef2fa
Compare
32ef2fa
to
0d43edf
Compare
0d43edf
to
0811f41
Compare
0811f41
to
02d6b60
Compare
02d6b60
to
22511c0
Compare
22511c0
to
ef42984
Compare
ef42984
to
76399f4
Compare
76399f4
to
8916402
Compare
8916402
to
f468b98
Compare
f468b98
to
9418696
Compare
9418696
to
2a1fa82
Compare
2a1fa82
to
9931128
Compare
9931128
to
35d392d
Compare
This PR contains the following updates:
^2.27.1
->^2.29.4
2.29.5
^1.18.2
->^1.18.3
^2.7.6
->^2.11.2
^2.10.0
->^2.10.15
^0.5.4
->^0.6.1
^8.0.2
->^8.1.0
^18.19.17
->^18.19.112
^3.4.19
->^3.5.16
3.5.17
^8.56.0
->^8.57.1
^15.7.4
->^15.11.7
^10.5.11
->^10.7.16
18.x
->18.20.8
9.0.6
->9.15.9
^3.2.5
->^3.5.3
^1.3.0
->^1.3.2
^5.3.3
->^5.8.3
1.0.0-rc.44
->1.6.3
^2.1.2
->^2.1.9
^3.4.19
->^3.5.16
3.5.17
Release Notes
changesets/changesets (@changesets/cli)
v2.29.4
Compare Source
Patch Changes
#1668
65d6632
Thanks @Andarist! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632
]:v2.29.3
Compare Source
Patch Changes
#1589
de8bebc
Thanks @remorses, @vzt7! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json
#1619
c1e8a78
Thanks @manucorporat! - Support../
inpublishConfig.directory
when publishing packagesUpdated dependencies [
de8bebc
]:v2.29.2
Compare Source
Patch Changes
#1636
f73f84a
Thanks @Netail! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git rootUpdated dependencies [
f73f84a
]:v2.29.1
Compare Source
Patch Changes
#1620
b15e629
Thanks @Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629
]:v2.29.0
Compare Source
Minor Changes
29f34a3
Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfig
v2.28.1
Compare Source
Patch Changes
b9df596
]:v2.28.0
Compare Source
Minor Changes
84a4a1b
Thanks @bennypowers! - Added a new config option to opt-out from formatting with Prettier usingprettier: false
.Patch Changes
84a4a1b
,84a4a1b
]:v2.27.12
Compare Source
Patch Changes
#1562
a0f87f1
Thanks @Netail, @cefn! - Fixed changelog application when executing usingnpx
and similar toolsUpdated dependencies [
a0f87f1
]:v2.27.11
Compare Source
Patch Changes
f0270f6
]:v2.27.10
Compare Source
Patch Changes
#1485
baf5644
Thanks @bluwy! - Ignore error if failed to find changed packages inchangeset add
#1489
7bf751c
Thanks @marcalexiei! - Use custom errors when exiting add command due to missing tool#1466
ccce743
Thanks @marcalexiei! - Add error message and exit when there are no versionable packages#1514
962ab91
Thanks @nicoalonsop! - Update spawndamnit to fix cross-spawn vulnerabilityUpdated dependencies [
7323704
,26c8ba9
,82cacb2
,962ab91
]:v2.27.9
Compare Source
Patch Changes
#1458
400ab7b
Thanks @benmccann! - Moved@types/semver
todevDependencies
#1462
689e541
Thanks @benmccann! - removeoutdent
dependencyv2.27.8
Compare Source
Patch Changes
#1417
bc75c1a
Thanks @trivikr! - Replacechalk
withpicocolors
to reduce install size#1419
4efc038
Thanks @bluwy! - Fix logging--version
flag#1445
52c302a
Thanks @bluwy! - Remove unused@babel/runtime
dependency#1446
5150fc1
Thanks @benmccann! - Switched frompreferred-pm
topackage-manager-detector
in order to reduce installation sizeUpdated dependencies [
bc75c1a
,52c302a
]:v2.27.7
Compare Source
Patch Changes
#1047
d108fa6
Thanks @patzick! - Fixed a crash that could occur when depending on a tagged version of another workspace package.#1400
dd6e5bb
Thanks @Andarist! - Fixed a crash that prevented the CLI from running in a scenario when a workspace depends on the root workspaceUpdated dependencies [
d108fa6
,dd6e5bb
,dd6e5bb
]:v2.27.6
Compare Source
Patch Changes
#1392
f295b3e
Thanks @bluwy! - Replacemeow
dependency withmri
to reduce the number of transitive dependencies#1390
6a3452e
Thanks @bluwy! - Displaychangeset status --verbose
in list form and removetty-table
dependencyv2.27.5
Compare Source
Patch Changes
#1370
5e9d33a
Thanks @Andarist! - Fixed a regression that causedchangeset version
to fail on packages having a dev dependency on a skipped package.Updated dependencies [
5e9d33a
]:v2.27.4
Compare Source
Patch Changes
#1361
954a16a
Thanks @jakebailey! - Version 2.25.0 introduced theprivatePackage
configuration option with default{ version: false, tag: false }
; due to a bug, these options were not respected in all commands, leading to commands likechangeset tag
still tagging private packages. This has been fixed, and all packages now respect this option.#1369
d729d8c
Thanks @Andarist! -changeset tag
should now correctly skip tags that exist on the remoteUpdated dependencies [
954a16a
]:v2.27.3
Compare Source
Patch Changes
18c966a
Thanks @Andarist! - Fixed an issue withchangeset status
executed withoutsince
argument. It should now correctly use the configured base branch as the default value.v2.27.2
Compare Source
Patch Changes
#1354
69be7dc
Thanks @Andarist! - Fixed an issue withchangeset status
incorrectly returning an error status in two cases:privatePackage.version
was set tofalse
#1351
c6da182
Thanks @TheHolyWaffle! - Fix an issue with not applying a custom.prettierrc
configuration withprettier@>= 3.1.1
Updated dependencies [
c6da182
]:formatjs/formatjs (@formatjs/ecma402-abstract)
v1.18.3
Compare Source
Bug Fixes
formatjs/formatjs (@formatjs/icu-messageformat-parser)
v2.11.2
Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.11.1
Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.11.0
Compare Source
Features
2.10.1 (2025-01-20)
Bug Fixes
v2.10.1
Compare Source
Bug Fixes
v2.10.0
Compare Source
Bug Fixes
Features
2.9.8 (2025-01-02)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.7 (2024-12-09)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.6 (2024-12-09)
Bug Fixes
2.9.5 (2024-12-08)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.4 (2024-11-18)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.3 (2024-11-04)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.2 (2024-11-02)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.1 (2024-10-25)
Bug Fixes
v2.9.8
Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.9.7
Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.9.6
Compare Source
Bug Fixes
v2.9.5
Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.9.4
Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.9.3
Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.9.2
Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.9.1
Compare Source
Bug Fixes
v2.9.0
Compare Source
Features
v2.8.0
Compare Source
Features
2.7.10 (2024-10-12)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.7.9 (2024-10-09)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.7.8 (2024-05-19)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.7.7 (2024-05-18)
Bug Fixes
2.7.6 (2024-01-26)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.7.5 (2024-01-16)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.7.4 (2024-01-16)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.7.3 (2023-11-14)
Bug Fixes
2.7.2 (2023-11-12)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.7.1 (2023-11-06)
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.7.10
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.7.9
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.7.8
Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.7.7
Compare Source
Bug Fixes
testing-library/vue-testing-library (@testing-library/vue)
v8.1.0
Compare Source
Features
v8.0.3
Compare Source
Bug Fixes
vuejs/core (@vue/runtime-core)
v3.5.16
Compare Source
Reverts
Configuration
📅 Schedule: Branch creation - "before 2am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.